home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / filefrmt.hlp < prev    next >
Text File  |  1989-06-04  |  1KB  |  24 lines

  1. DAN is capable of using pre-existing files (i.e. files that existed
  2. before the invocation of DAN) in expressions, provided the data
  3. conforms to one of the formats described in the User's Manual and
  4. under the `ASCII_input' topic.
  5.  
  6. Pre-existing files may be either text files or binary files.  Text
  7. files are created using DAN's editor, your system text editor, the
  8. WRITE procedure, or one of your application programs.
  9. +
  10. Assignment statements create temporary binary files, and these files
  11. can be made permanent by the SAVE procedure.  The format for binary
  12. files is described in the User's Manual and, for C programmers, in the
  13. `datarec.h' file on the distribution disk.  The `store_data' routine
  14. (also on the distribution disk in both C source code and compiled
  15. object module format) may be used in your application program to
  16. generate DAN compatible binary files.
  17.  
  18. The READ function must be used to input text files, while binary files
  19. may be used directly in any DAN expression.  A text file may be input
  20. and the resulting values used to create a temporary binary file.  The
  21. binary file may then be used as a term in subsequent expressions.  This
  22. method is usually more efficient if the binary file is used in multiple
  23. expressions.
  24.